vhxubo's blog
关于

Nestjs + TypeORM

在Module互相引用的问题

nestjs - Nest can't resolve dependencies of the AuthService (?). Please make sure that the argument at index [0] is available in the AuthModule context - Stack Overflow

Nestjs swagger的dto自动生成问题

参见

TypeORM不正常运行

加入以下代码后不能正常使用

  constructor(
@InjectRepository(User)
private usersRepository: Repository<User>,
) {}

在Windows下面使用curl,需要对双引号进行转义

参考